Home
last modified time | relevance | path

Searched defs:tensor_shape (Results 1 – 25 of 39) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/tf2xla/
Dshape_util.cc88 TensorShape* tensor_shape) { in XLAShapeToTensorShape()
102 Status TensorShapeToXLAShape(DataType dtype, const TensorShape& tensor_shape, in TensorShapeToXLAShape()
111 const TensorShape& tensor_shape) { in TensorShapeToXLAShape()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dbatch_features.cc98 auto tensor_shape = TensorShape({shape_flat(0), shape_flat(1)}); in Initialize() local
140 auto tensor_shape = TensorShape({shape_flat(0), shape_flat(1)}); in Initialize() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dfake_param_op.cc32 TensorShape tensor_shape; in XlaFakeParamOp() local
Dsendrecv_ops.cc68 TensorShape tensor_shape; in RecvOp() local
Dtensor_list_ops.cc276 const TensorShape tensor_shape = ctx->InputShape(0); in Compile() local
/external/tensorflow/tensorflow/contrib/tensorboard/plugins/projector/
Dprojector_config.proto32 repeated uint32 tensor_shape = 4; field
/external/tensorflow/tensorflow/contrib/mpi_collectives/
Dmpi_message.proto39 TensorShapeProto tensor_shape = 5; field
Dmpi_ops.cc340 TensorShape tensor_shape = requests[0].tensor_shape(); in ConstructMPIResponse() local
363 TensorShape tensor_shape = requests[0].tensor_shape(); in ConstructMPIResponse() local
/external/tensorflow/tensorflow/core/framework/
Dtensor.proto18 TensorShapeProto tensor_shape = 2; field
/external/tensorflow/tensorflow/core/ops/
Dlist_ops.cc168 shape_inference::ShapeHandle tensor_shape = c->UnknownShape(); in __anonebbd57d80502() local
317 shape_inference::ShapeHandle tensor_shape = c->input(0); in __anonebbd57d80902() local
351 shape_inference::ShapeHandle tensor_shape = c->input(0); in __anonebbd57d80a02() local
Ddata_flow_ops.cc701 ShapeHandle tensor_shape = shapes->at(0).shape; in __anon4a7ac08d1502() local
726 ShapeHandle tensor_shape = shapes->at(0).shape; in __anon4a7ac08d1602() local
766 ShapeHandle tensor_shape = shapes->at(0).shape; in __anon4a7ac08d1702() local
/external/tensorflow/tensorflow/contrib/util/
Dconvert_graphdef_memmapped_format_lib.cc51 const TensorShapeProto tensor_shape = tensor_proto.tensor_shape(); in ConvertConstantsToImmutable() local
/external/tensorflow/tensorflow/core/protobuf/
Dmeta_graph.proto241 TensorShapeProto tensor_shape = 3; field
/external/tensorflow/tensorflow/core/kernels/
Dload_and_remap_matrix_op.cc138 TensorShape tensor_shape; in Compute() local
Dparameterized_truncated_normal_op.cc350 TensorShape tensor_shape; in Compute() local
Dremote_fused_graph_execute_op_test.cc89 const TensorShape& tensor_shape, Scope* root) { in BuildPlaceHolderOp()
Dsparse_conditional_accumulator.h89 const Tensor* tensor_shape = std::get<2>(*tensor); in ValidateShape() local
/external/tensorflow/tensorflow/python/ops/
Dlinalg_ops.py231 def _use_composite_impl(fast, tensor_shape): argument
/external/tensorflow/tensorflow/core/util/
Dtensor_format.h455 inline int64 GetTensorDim(const TensorShape& tensor_shape, in GetTensorDim()
463 inline int64 GetFilterDim(const TensorShape& tensor_shape, in GetFilterDim()
/external/tensorflow/tensorflow/lite/experimental/micro/
Dsimple_tensor_allocator_test.cc66 const int32_t tensor_shape[tensor_shape_size] = {size}; in Create1dTensor() local
Dmicro_interpreter_test.cc107 const int32_t tensor_shape[tensor_shape_size] = {1}; in BuildMockModel() local
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc251 const TensorShapeProto& tensor_shape, in RecordMaxMemorySize()
554 Bytes CostModel::MinTensorMemoryUsage(const TensorShapeProto& tensor_shape, in MinTensorMemoryUsage()
/external/tensorflow/tensorflow/contrib/periodic_resample/kernels/
Dperiodic_resample_op.h170 const tensorflow::TensorShape& tensor_shape) { in TensorShapeToVector()
/external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/
Dmpi_ops.cc339 TensorShape tensor_shape = requests[0].tensor_shape(); in ConstructMPIResponse() local
362 TensorShape tensor_shape = requests[0].tensor_shape(); in ConstructMPIResponse() local
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dgraph_utils.cc80 std::unique_ptr<tensorflow::TensorShapeProto> tensor_shape = in AddScalarConstNodeHelper() local

12