Home
last modified time | relevance | path

Searched defs:input_dtype (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dguarantee_const_op.cc28 const DataType input_dtype = ctx->input_dtype(0); in Compute() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbatchtospace_op.cc25 DataType input_dtype, const TensorShape& input_tensor_shape, in BatchToSpace()
Dspacetobatch_op.cc25 DataType input_dtype, const TensorShape& input_tensor_shape, in SpaceToBatch()
Dbatch_norm_op.cc253 DataType input_dtype = ctx->input_type(0); in Compile() local
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dstring_lookup_test.py93 input_dtype): argument
Dinteger_lookup_test.py99 input_dtype): argument
Dindex_lookup_test.py327 input_dtype): argument
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dunique_dataset_op.cc219 DataType input_dtype = input->output_dtypes()[0]; in MakeDataset() local
/external/tensorflow/tensorflow/python/keras/engine/
Dsequential.py275 input_dtype=None): argument
/external/tensorflow/tensorflow/python/keras/
Dtesting_utils.py95 input_dtype=None, argument
595 input_dtype=None, argument
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_tensor.cc123 const auto& input_dtype = input_tensor.dtype(); in ConvertTensor() local
/external/tensorflow/tensorflow/python/keras/utils/
Dcomposite_tensor_support_test.py127 input_dtype=None, argument
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc184 DataType input_dtype = ctx.input_dtype(i); in ShapeTraceString() local
404 Status OpKernelContext::input_dtype(StringPiece name, DataType* dtype) const { in input_dtype() function in tensorflow::OpKernelContext
Dop_kernel.h1578 inline DataType OpKernelContext::input_dtype(int index) const { in input_dtype() function
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc724 DataType input_dtype = in MoveHeadOutsideCompilationToHost() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2908 tensorflow::DataType input_dtype(tensorflow::PyTensor_DataType(input)); local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc6372 NodeDef GetArgMinMaxNodeDef(DataType input_dtype, DataType output_dtype) { in TEST_P()