aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-06-26
| | | | PiperOrigin-RevId: 160171187
* Fixes to cuda_config.h.Gravatar A. Unique TensorFlower2017-06-26
| | | | PiperOrigin-RevId: 160168545
* Switch tfprof to use proto3Gravatar A. Unique TensorFlower2017-06-26
| | | | PiperOrigin-RevId: 160163483
* Properly handle RefEnter, RefExit and RefNextIteration nodes.Gravatar Benoit Steiner2017-06-26
| | | | PiperOrigin-RevId: 160162338
* Added a tool to report the static information that can be extracted from a ↵Gravatar Benoit Steiner2017-06-26
| | | | | | TF model. PiperOrigin-RevId: 160162256
* Simplify strided_slice's shape handlingGravatar Geoffrey Irving2017-06-26
| | | | | | | Now that TensorShape and PartialTensorShape share memory representations, there's no need for an abstract class that makes TensorShape and TensorShapeProto look the same. RELNOTES: n/a PiperOrigin-RevId: 160161618
* Fix missing variable unrefGravatar A. Unique TensorFlower2017-06-26
| | | | | | | | | | | | | | | | | Direct leak of 56 byte(s) in 1 object(s) allocated from: #0 0xf5ee272 in operator new(unsigned long) (/build/cas/5d2/5d2be3b530580573ff7269adcab7cbac+0xf5ee272) #1 0x1b51394c in tensorflow::AssignVariableOp<Eigen::ThreadPoolDevice, float>::Compute(tensorflow::OpKernelContext*)::'lambda'(tensorflow::Var**)::operator()(tensorflow::Var**) const (/build/cas/5d2/5d2be3b530580573ff7269adcab7cbac+0x1b51394c) #2 0x1b5136c0 in std::_Function_handler<tensorflow::Status (tensorflow::Var**), tensorflow::AssignVariableOp<Eigen::ThreadPoolDevice, float>::Compute(tensorflow::OpKernelContext*)::'lambda'(tensorflow::Var**)>::_M_invoke(std::_Any_data const&, tensorflow::Var**) (/build/cas/5d2/5d2be3b530580573ff7269adcab7cbac+0x1b5136c0) #3 0x1b50b289 in std::function<tensorflow::Status (tensorflow::Var**)>::operator()(tensorflow::Var**) const (/build/cas/5d2/5d2be3b530580573ff7269adcab7cbac+0x1b50b289) #4 0x1b50af88 in tensorflow::Status tensorflow::ResourceMgr::LookupOrCreate<tensorflow::Var>(basic_string<char, std::char_traits<char>, std::allocator<char> > const&, basic_string<char, std::char_traits<char>, std::allocator<char> > const&, tensorflow::Var**, std::function<tensorflow::Status (tensorflow::Var**)>) (/build/cas/5d2/5d2be3b530580573ff7269adcab7cbac+0x1b50af88) #5 0x1b50ac10 in tensorflow::Status tensorflow::LookupOrCreateResource<tensorflow::Var>(tensorflow::OpKernelContext*, tensorflow::ResourceHandle const&, tensorflow::Var**, std::function<tensorflow::Status (tensorflow::Var**)>) (/build/cas/5d2/5d2be3b530580573ff7269adcab7cbac+0x1b50ac10) #6 0x1b512f1e in tensorflow::AssignVariableOp<Eigen::ThreadPoolDevice, float>::Compute(tensorflow::OpKernelContext*) (/build/cas/5d2/5d2be3b530580573ff7269adcab7cbac+0x1b512f1e) #7 0x1d1881c7 in tensorflow::ThreadPoolDevice::Compute(tensorflow::OpKernel*, tensorflow::OpKernelContext*) (/build/cas/5d2/5d2be3b530580573ff7269adcab7cbac+0x1d1881c7) #8 0xf96e0fe in tensorflow::KernelAndDevice::Run(std::vector<tensorflow::Tensor, std::allocator<tensorflow::Tensor> >*, std::vector<tensorflow::Tensor, std::allocator<tensorflow::Tensor> >*) (/build/cas/5d2/5d2be3b530580573ff7269adcab7cbac+0xf96e0fe) #9 0xf94f9c8 in TFE_Execute (/build/cas/5d2/5d2be3b530580573ff7269adcab7cbac+0xf94f9c8) #10 0xf94356d in TFE_Py_Execute(TFE_Context*, int, char const*, tensorflow::gtl::InlinedVector<TFE_TensorHandle*, 4>*, _object*, tensorflow::gtl::InlinedVector<TFE_TensorHandle*, 2>*, TF_Status*) (/build/cas/5d2/5d2be3b530580573ff7269adcab7cbac+0xf94356d) PiperOrigin-RevId: 160160101
* [XLA] Move HLO dumping flags from service_flags to debug_options_flagsGravatar Eli Bendersky2017-06-26
| | | | | | | | | | | | This also removes the duplication in the xla_generate_hlo_graph flag. This CL also moves the actual dumping logic from Executable to the hlo_graph_dumper namespace, where it belongs; this is in preparation for removing the hlo_dumper callback altogether, since it isn't serving any role beyond what a direct call to hlo_graph_dumper would have (b/62872831 has more details). PiperOrigin-RevId: 160154869
* Deletes iris_val_based_early_stopping example, which uses deprecated ↵Gravatar A. Unique TensorFlower2017-06-26
| | | | | | ValidationMonitor. PiperOrigin-RevId: 160154863
* [TPUEstimator] Make input_fn invoked properly with eval on CPU.Gravatar Jianwei Xie2017-06-26
| | | | PiperOrigin-RevId: 160151890
* Move resampler from sonnet to contrib.Gravatar A. Unique TensorFlower2017-06-26
| | | | PiperOrigin-RevId: 160134565
* Follow LLVM/ORC upstream API change in r306166.Gravatar A. Unique TensorFlower2017-06-25
| | | | PiperOrigin-RevId: 160108102
* Made TensorFlow documentation on LSTMs slightly more accurate.Gravatar A. Unique TensorFlower2017-06-24
| | | | PiperOrigin-RevId: 160047054
* Fix multinomial doc-string, input arg logits expects to log-probabilities ↵Gravatar A. Unique TensorFlower2017-06-24
| | | | | | and not log-odds. PiperOrigin-RevId: 160036709
* Avoid hardcoded names for temporary files in tests.Gravatar A. Unique TensorFlower2017-06-23
| | | | | | | | | | | | | These tests (and examples that are run as tests) were using hardcoded names for temporary files. This failed when multiple copies of these tests were run in parallel, or even successively by different users, where the second run could not overwrite files left by the first. This change uses the TEST_TMPDIR environment variable used by bazel's test runner to choose a temporary directory. If that directory is not set, /tmp is used, as before. PiperOrigin-RevId: 160026924
* SinhArcSinh bijector added.Gravatar Ian Langmore2017-06-23
| | | | | | | | This two-parameter diffeomorphism from R --> R allows for skewness and fatter or thinner tails. See docstring and also http://oro.open.ac.uk/22510/1/sinhasinh.pdf PiperOrigin-RevId: 160019380
* BUILD cleanup in tensorflow/tools/...Gravatar A. Unique TensorFlower2017-06-23
| | | | PiperOrigin-RevId: 160018623
* Disable flaky run_metadata_test.Gravatar Gunhan Gulsoy2017-06-23
| | | | PiperOrigin-RevId: 160015399
* Make the CPU compiler dump optimized IR along with the unoptimized IR.Gravatar A. Unique TensorFlower2017-06-23
| | | | PiperOrigin-RevId: 160005257
* Use std::shared_ptr instead of core::RefCounted for Node::PropertiesGravatar Skye Wanderman-Milne2017-06-23
| | | | | | Also changes Node::Properties to a struct and removes underscores from public member variables. This change should make it easier to work with Properties moving forward as the refcount will be automatically updated. PiperOrigin-RevId: 160003281
* Avoid doing unecessary work in the OptimizeGraph() function whenever possibleGravatar Benoit Steiner2017-06-23
| | | | PiperOrigin-RevId: 160003173
* Add kernel tests for boosted_trees.Gravatar A. Unique TensorFlower2017-06-23
| | | | PiperOrigin-RevId: 160002696
* Updates some examples in examples/learn.Gravatar A. Unique TensorFlower2017-06-23
| | | | PiperOrigin-RevId: 159996397
* Sinh, ArcSinh, Cosh, LogCosh functions added to distributions/python/ops/trig.Gravatar Ian Langmore2017-06-23
| | | | | | Care is taken to ensure a fair bit of stability. PiperOrigin-RevId: 159995514
* Use short-proto for logging purposes.Gravatar Brennan Saeta2017-06-23
| | | | | | | A short proto will be output on a single log line, making it easier for certain automated tools to handle. PiperOrigin-RevId: 159994005
* Add item's graph to partition_graphs in virtual cluster's run method.Gravatar A. Unique TensorFlower2017-06-23
| | | | | | Put node op name in timeline_label instead of node_name. PiperOrigin-RevId: 159986583
* Modify ControlFlowContext to also respect import_scope in 'values_' and keys ↵Gravatar A. Unique TensorFlower2017-06-23
| | | | | | of 'external_values_' PiperOrigin-RevId: 159985290
* Updated wide-n-deep tutorial code to use core version of estimators and ↵Gravatar Mustafa Ispir2017-06-23
| | | | | | feature-columns. PiperOrigin-RevId: 159984663
* Add a few diagnostic flags to help narrow down issues with the LLVMGravatar A. Unique TensorFlower2017-06-23
| | | | | | backends. PiperOrigin-RevId: 159982441
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
| | | | | | | | | | The goal is to make kernels mostly independent of proto headers, which will let us lock down our .so imports. This CL makes a bunch of .cc files either include node_def.proto.h themselves or not need the definition of NodeDef; a second CL will make node_def_util.h not include node_def.proto.h. RELNOTES: n/a PiperOrigin-RevId: 159982117
* Don't crash if a metagraph fails to load.Gravatar Benoit Steiner2017-06-23
| | | | PiperOrigin-RevId: 159981628
* Add None check for save_path when restoring checkpoints as if something is ↵Gravatar Steven Hickson2017-06-23
| | | | | | wrong in tf.train.latest_checkpoint, it will often return None and it's nice to have a common sense check in restore for this. This way log.error says what has happened. PiperOrigin-RevId: 159979481
* tfdbg: a few minor fixes and improvementsGravatar Shanqing Cai2017-06-23
| | | | | | | | * Let DumpingDebugWrapperSession and DumpingDebugHook create session_root if it doesn't exist * Add README.md to tensorflow/python/debug * Add section "Debugging Keras Models with TFDBG" in debugger.md PiperOrigin-RevId: 159976070
* Re-enable IR dumping for the sequential CPU backend.Gravatar A. Unique TensorFlower2017-06-23
| | | | PiperOrigin-RevId: 159974126
* Increase rtol for util_test.Gravatar Joshua V. Dillon2017-06-23
| | | | PiperOrigin-RevId: 159971136
* Java: NativeLibrary: Fix URL in error message.Gravatar Asim Shankar2017-06-23
| | | | | | | And add some detail. Inspired by #11015 PiperOrigin-RevId: 159962478
* [XLA] Add general F32 implementation for ReducePrecision operation.Gravatar A. Unique TensorFlower2017-06-23
| | | | | | This only tests with parameter inputs (which is needed to ensure we actually test on GPUs as well as CPUs); there's no point in separately testing with constants. PiperOrigin-RevId: 159961430
* Add TraceMe instrumentation of RunStep in GRPC distributed runtime.Gravatar A. Unique TensorFlower2017-06-23
| | | | | | | A unique ID is added to each RunStep call that allows the client and server events to be correlated. PiperOrigin-RevId: 159956950
* Updates linear.md tutorialGravatar A. Unique TensorFlower2017-06-23
| | | | PiperOrigin-RevId: 159956867
* [XLA] Remove unused xla_cpu flag and move another to DebugOptions.Gravatar Eli Bendersky2017-06-23
| | | | PiperOrigin-RevId: 159952124
* [TF:XLA] Update LLVM to upstream revision r306085.Gravatar A. Unique TensorFlower2017-06-23
| | | | PiperOrigin-RevId: 159946562
* Follow upstream API change from r306058.Gravatar A. Unique TensorFlower2017-06-23
| | | | PiperOrigin-RevId: 159938416
* [XLA] Small error message improvement in binop shape inference.Gravatar A. Unique TensorFlower2017-06-22
| | | | PiperOrigin-RevId: 159920109
* Make occurence (op run times and op definition) selectableGravatar A. Unique TensorFlower2017-06-22
| | | | | | | | | in all views to address the loop problem. When a node is in loop, its execution times are accumulated, its run times will increase. PiperOrigin-RevId: 159912429
* [XLA:CPU] Add VLOGs to cpu_compiler.ccGravatar A. Unique TensorFlower2017-06-22
| | | | PiperOrigin-RevId: 159902919
* Fixed cmake tests.Gravatar Mustafa Ispir2017-06-22
| | | | PiperOrigin-RevId: 159901417
* Alligned how model-fns handled params among linear/dnn/combined estimators.Gravatar Mustafa Ispir2017-06-22
| | | | PiperOrigin-RevId: 159899925
* Added canned estimators to Tensorflow library. List of added estimators:Gravatar Mustafa Ispir2017-06-22
| | | | | | | | | | | * DNNClassifier * DNNRegressor * LinearClassifer * LinearRegressor * DNNLinearCombinedClassifier * DNNLinearCombinedRegressor PiperOrigin-RevId: 159898954
* Support advisor in all places (Command line, APIs)Gravatar A. Unique TensorFlower2017-06-22
| | | | | | Add expensive operation checker PiperOrigin-RevId: 159897279
* Improve score-trick to be a valid Csiszar f-Divergence yet numerically stable.Gravatar Joshua V. Dillon2017-06-22
| | | | PiperOrigin-RevId: 159896013