platform/upstream/tensorflow.git
2017-12-15 Benoit SteinerAdded a python API to estimate the performance of HW...
2017-12-15 Akshay AgrawalPush eager context onto context_stack when eager execut...
2017-12-15 A. Unique TensorFlowerFix bfloat16 numerics issues in the tests.
2017-12-15 A. Unique TensorFlowerAdd quantized uint8 pad support.
2017-12-15 A. Unique TensorFlowerRename StreamExecutorInterface::BlockHostUntilDoneWithS...
2017-12-15 Alexandre PassosDo not create context when defining functions in graph...
2017-12-15 Jianwei XieScaffold support in TPUEstimator.
2017-12-15 Mark DaoustAdd a note explaining that executing things directly...
2017-12-15 Yu-Cheng LingSupport BatchToSpaceND in TFLite
2017-12-15 A. Unique TensorFlower[XLA] Remove '%' when printing the hlo text in short...
2017-12-15 A. Unique TensorFlower[XLA] Allow omitting operands shapes and program shapes.
2017-12-15 A. Unique TensorFlowerAdd block sparsity support for 2D weight tensors only.
2017-12-15 Mark Daoustinternal change
2017-12-15 Benoit SteinerMade the list of op kernels available.
2017-12-15 Justin Lebar[XLA] Express the default options to ToString using...
2017-12-15 Skye Wanderman... Raise error if maximum_iterations argument to while_loo...
2017-12-15 Yunxing DaiBF16 support for HloEvaluator.
2017-12-15 Sanjoy Das[XLA] Change some dot test cases to be parametric
2017-12-15 A. Unique TensorFlowerAdding basic support for constant Tensorflow 'Neg'...
2017-12-15 Justin Lebar[XLA] Remove the notion of a "parameter name" separate...
2017-12-15 Yao ZhangFix missing port number in a few places for shape checking.
2017-12-15 Mark HeffernanAdd HLO structure verifier to HloVerifier.
2017-12-15 Jiri SimsaMoving tf.data kernels to their own package.
2017-12-15 A. Unique TensorFlowerEnable associative & commutative operator optimization.
2017-12-14 Benoit SteinerAdded the ability to sort important ops topologically
2017-12-14 Akshay AgrawalAdd `init_scope`, a scope for wrapping variable creatio...
2017-12-14 A. Unique TensorFlowerRefactor encapsulate_subgraphs_pass in preparation...
2017-12-14 A. Unique TensorFlowerImplementation of Gather in TfLite
2017-12-14 A. Unique TensorFlowerWith fused batch norm, collect the tangle of nodes...
2017-12-14 Tayo Oguntebi[XLA] Adds ReduceWindow test for arbitrary sized padding.
2017-12-14 Justin Lebar[XLA] Emit an error in the HLO parser if the root instr...
2017-12-14 A. Unique TensorFlowerDon't remove noops if rerouting their control inputs...
2017-12-14 Max GalkinAdd a utility struct for MilliSeconds time unit.
2017-12-14 A. Unique TensorFlowerAllow an unshaped input array flag if the model has...
2017-12-14 Francois CholletFix typo in boston housing dataset loader.
2017-12-14 A. Unique TensorFlowerAdd unidirectional sequence RNN to TFLite Ops.
2017-12-14 A. Unique TensorFlowerDon't generate Reciprocal nodes for integer types.
2017-12-14 A. Unique TensorFlowerAdd RNN performance information.
2017-12-14 A. Unique TensorFlower[XLA] Gather the bool parameters into one thing to...
2017-12-14 Yifei FengAdd auto-conversion to float32 for keras estimator...
2017-12-14 A. Unique TensorFlowerAdd an optional sleep op to the beginning of the TPU...
2017-12-14 A. Unique TensorFlowerSplits _SharedEmbeddingColumn into a separate class...
2017-12-14 A. Unique TensorFlowerEnable bfloat16 tests and add a filter for currently
2017-12-14 Yilei YangContinue to allow flag access before explicit parse.
2017-12-14 Derek Murray[tf.data] Reimplement `tf.contrib.data.get_single_eleme...
2017-12-14 A. Unique TensorFlowerMakes feature_column.InputLayer an exported symbol.
2017-12-14 A. Unique TensorFlowerEnable neutral element optimization.
2017-12-14 Mark DaoustMinor fixes for "Linear" tutorial
2017-12-14 Alexandre Passos.base_dtype when inferring dtypes of layers
2017-12-14 Skye Wanderman... Refactor Graph._create_op_from_tf_operation to not...
2017-12-14 Skye Wanderman... Make nn_batchnorm_test.py work with C API enabled.
2017-12-14 A. Unique TensorFlowerAdds missing new line characters at the end of error...
2017-12-14 Eugene Brevdo[TF Variants] The ResourceAssignOp now supports Variant...
2017-12-14 Eugene BrevdoBugfix in variable naming of GRUBlockCell.
2017-12-14 A. Unique TensorFlowerMinor fix on degenerative case.
2017-12-14 Igor SaprykinAutomated g4 rollback of changelist 178963334
2017-12-14 A. Unique TensorFlowerAdd checkpoint_path to evaluation predicate_fn
2017-12-14 Justin Lebar[XLA] Add support for CustomCall in HLO parser.
2017-12-14 Jacques Pienaar[TFXLA] Simplify identification of cond branches.
2017-12-14 Derek MurrayEnable TF_GPU_THREAD_MODE and TF_GPU_THREAD_COUNT suppo...
2017-12-14 Anjali SridharUpdate tf.keras to the 2.1.2 API.
2017-12-14 Yao ZhangAvoid unnecessary layout transpose to input of ShapeN.
2017-12-13 Sanjoy Das[XLA:CPU] Implement Ax+b dot output fusion for Matrix...
2017-12-13 Shivani AgrawalAdds build rule for scan_dataset_op_test.py
2017-12-13 A. Unique TensorFlower[XLA] Update parser to handle conditional. Also fix...
2017-12-13 Peter HawkinsFix bfloat16 serialization of Tensors.
2017-12-13 A. Unique TensorFlowerEnable Div -> Mul by reciprocal strength reduction.
2017-12-13 Igor SaprykinAverage the loss across `replicate_model_fn`'s towers.
2017-12-13 Nupur GargAdd support for "Pad".
2017-12-13 Sergio GuadarramaAvoid modifying items in dataset_data_provider.
2017-12-13 A. Unique TensorFlowerSimplify and improve AdaptiveSharedBatchScheduler imple...
2017-12-13 A. Unique TensorFlower- adds support constant cast operators
2017-12-13 Akshay AgrawalCall convert_to_tensor on all inputs to the op for...
2017-12-13 A. Unique TensorFlowerRename Stream::BlockHostUntilDoneWithStatus to BlockHos...
2017-12-13 A. Unique TensorFlowerUpdate Stream::BlockHostUntilDone examples and document...
2017-12-13 Yao ZhangGenerate a unique name for const used by transpose...
2017-12-13 Allen LavoiePrototype for serializing the Checkpointable graph.
2017-12-13 Yao ZhangSupport Shape and ShapeN ops.
2017-12-13 A. Unique TensorFlowerTest consistently that the strings passed in input_arra...
2017-12-13 Allen LavoieA start on a prototype for object-based variable saving.
2017-12-13 Austin AndersonCap prompt attempts before aborting, like other prompts
2017-12-13 Austin AndersonUpdate docs as per #15325
2017-12-13 Eugene BrevdoConvert LSTMFusedBlockCell to a plain Layer; it is...
2017-12-13 A. Unique TensorFlowerRun HardcodeMinMax graph transformation again after...
2017-12-13 Yao ZhangSimplify the naming of added transpose node. Refactor...
2017-12-13 A. Unique TensorFlowerMake bfloat16 works with complex
2017-12-13 A. Unique TensorFlowerFix 'tags' parameter in predictor_factories.load_from_m...
2017-12-13 Derek MurrayAutomated g4 rollback of changelist 178759398
2017-12-13 Benoit SteinerCheck that all the inputs to a Concat op are of the...
2017-12-13 A. Unique TensorFlowerStream::BlockHostUntilDone now returns Status rather...
2017-12-13 A. Unique TensorFlowerStandardize attribute naming for operators specifying...
2017-12-13 Igor GanichevCreate global_step when recording summaries if needed
2017-12-13 A. Unique TensorFlowerDisable a test case in params_test for CPU.
2017-12-13 Alexander GorbanSimplify tf.case implementation.
2017-12-13 Igor GanichevCorrectly pass name in layers.util.smart_cond
2017-12-13 A. Unique TensorFlowerFully-qualify function call in TF_CHECK_OK macro implem...
2017-12-13 A. Unique TensorFlowerAllow Tensor::bit_casted_shaped() to take type paramete...
2017-12-13 Eugene BrevdoMove more contrib RNN objects to be Layers.
2017-12-13 Eugene Brevdo[TF] Mark DT_STRING and DT_RESOURCE types as always...
2017-12-13 Ian LangmoreBUGFIX: MVN Full Covariance: Use dtype dependent toler...
next