/external/tensorflow/tensorflow/core/kernels/ |
D | guarantee_const_op.cc | 28 const DataType input_dtype = ctx->input_dtype(0); in Compute() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | batchtospace_op.cc | 25 DataType input_dtype, const TensorShape& input_tensor_shape, in BatchToSpace()
|
D | spacetobatch_op.cc | 25 DataType input_dtype, const TensorShape& input_tensor_shape, in SpaceToBatch()
|
D | batch_norm_op.cc | 254 DataType input_dtype = ctx->input_type(0); in Compile() local
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | string_lookup_test.py | 81 input_dtype): argument
|
D | integer_lookup_test.py | 90 input_dtype): argument
|
D | index_lookup_test.py | 316 input_dtype): argument
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | unique_dataset_op.cc | 219 DataType input_dtype = input->output_dtypes()[0]; in MakeDataset() local
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | sequential.py | 270 input_dtype=None): argument
|
/external/tensorflow/tensorflow/python/keras/ |
D | testing_utils.py | 90 input_dtype=None, argument 572 input_dtype=None, argument
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | composite_tensor_support_test.py | 123 input_dtype=None, argument
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | convert_tensor.cc | 122 const auto& input_dtype = input_tensor.dtype(); in ConvertTensor() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.cc | 189 DataType input_dtype = ctx.input_dtype(i); in ShapeTraceString() local 381 Status OpKernelContext::input_dtype(StringPiece name, DataType* dtype) const { in input_dtype() function in tensorflow::OpKernelContext
|
D | op_kernel.h | 1527 inline DataType OpKernelContext::input_dtype(int index) const { in input_dtype() function
|
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
D | encapsulate_tpu_computations_pass.cc | 724 DataType input_dtype = in MoveHeadOutsideCompilationToHost() local
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 2920 tensorflow::DataType input_dtype(tensorflow::PyTensor_DataType(input)); local
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes_test.cc | 6827 NodeDef GetArgMinMaxNodeDef(DataType input_dtype, DataType output_dtype) { in GetArgMinMaxNodeDef()
|