Searched refs:ImmutableConst (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | immutable_constant_op_test.cc | 95 ops::ImmutableConst(root, DT_FLOAT, kTestTensorShape, "test:///2"); in TEST() 97 ops::ImmutableConst(root, DT_FLOAT, kTestTensorShapeT, "test:///3"); in TEST() 127 ops::ImmutableConst(root, DT_FLOAT, kBadTensorShape, "test:///2"); in TEST() 129 ops::ImmutableConst(root, DT_FLOAT, kTestTensorShapeT, "test:///3"); in TEST() 167 auto node1 = ops::ImmutableConst(root, DT_FLOAT, kFileTensorShape, two_file); in TEST() 169 ops::ImmutableConst(root, DT_FLOAT, kFileTensorShape, three_file); in TEST()
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_ImmutableConst.pbtxt | 2 graph_op_name: "ImmutableConst"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_ImmutableConst.pbtxt | 2 graph_op_name: "ImmutableConst"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ImmutableConst.pbtxt | 2 graph_op_name: "ImmutableConst"
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | constant_folding_test.cc | 725 auto a = ops::ImmutableConst(root, DT_DOUBLE, {2, 2}, kTestMemRegionName); in TEST_F()
|
/external/tensorflow/tensorflow/contrib/cmake/ |
D | README.md | 116 * `ImmutableConst`
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 1500 name: "ImmutableConst"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 1500 name: "ImmutableConst"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 14195 name: "ImmutableConst" 14218 name: "ImmutableConst"
|
D | ops_history.v1.pbtxt | 30393 name: "ImmutableConst"
|
D | ops_history.v2.pbtxt | 30022 name: "ImmutableConst"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 22405 func ImmutableConst(scope *Scope, dtype tf.DataType, shape tf.Shape, memory_region_name string) (te… func
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 15120 name: "ImmutableConst"
|