Searched refs:shapes_and_slices (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SaveSlices.pbtxt | 17 name: "shapes_and_slices" 32 a slice of a larger tensor. `shapes_and_slices` specifies the shape of the 33 larger tensor and the slice that this tensor covers. `shapes_and_slices` must 36 Elements of the `shapes_and_slices` input must either be:
|
D | api_def_RestoreSlice.pbtxt | 50 elements of the `shapes_and_slices` input of the `SaveSlices` op.
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | sparsify_gather.cc | 195 std::unique_ptr<std::unordered_map<string, string> >* shapes_and_slices) { in ObtainVariableInfo() 196 shapes_and_slices->reset(new std::unordered_map<string, string>()); in ObtainVariableInfo() 201 (**shapes_and_slices)[node.name()] = s; in ObtainVariableInfo() 226 shapes_and_slices, in SparsifyGatherInternal() 258 &shapes_and_slices, &removed_node_names, in SparsifyGatherInternal() 342 (*shapes_and_slices)[weights_node.name()], &weight)); in SparsifyGatherInternal() 600 std::unique_ptr<std::unordered_map<string, string> > shapes_and_slices; in SparsifyGather() local 602 ObtainVariableInfo(cleaned_input_graph_def, &shapes_and_slices)); in SparsifyGather() 605 cleaned_input_graph_def, shapes_and_slices, context, gather_pattern, in SparsifyGather() 608 TF_RETURN_IF_ERROR(SparsifyGatherInternal(temp_output, shapes_and_slices, in SparsifyGather()
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 28466 name: "shapes_and_slices" 28502 name: "shapes_and_slices" 28539 name: "shapes_and_slices"
|
D | ops_history.v2.pbtxt | 64757 name: "shapes_and_slices" 64782 name: "shapes_and_slices"
|
D | ops_history.v1.pbtxt | 65384 name: "shapes_and_slices" 65409 name: "shapes_and_slices"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 3157 …argspec: "args=[\'filename\', \'tensor_names\', \'shapes_and_slices\', \'data\', \'name\'], vararg…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 3157 …argspec: "args=[\'filename\', \'tensor_names\', \'shapes_and_slices\', \'data\', \'name\'], vararg…
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 35995 func SaveSlices(scope *Scope, filename tf.Output, tensor_names tf.Output, shapes_and_slices tf.Outp… 36002 filename, tensor_names, shapes_and_slices, tf.OutputList(data),
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 32629 name: "shapes_and_slices"
|