Home
last modified time | relevance | path

Searched defs:input_dtype (Results 1 – 10 of 10) 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.cc127 DataType input_dtype = ctx->input_type(0); in Compile() local
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dunique_dataset_op.cc38 DataType input_dtype = input->output_dtypes()[0]; in MakeDataset() local
/external/tensorflow/tensorflow/python/keras/
Dtesting_utils.py70 def layer_test(layer_cls, kwargs=None, input_shape=None, input_dtype=None, argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
Ddata_feeder.py414 def input_dtype(self): member in DataFeeder
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h1499 inline DataType OpKernelContext::input_dtype(int index) const { in input_dtype() function
Dop_kernel.cc369 Status OpKernelContext::input_dtype(StringPiece name, DataType* dtype) const { in input_dtype() function in tensorflow::OpKernelContext
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2185 TF_DataType input_dtype = TFE_TensorHandleDataType(handle->get()); local