/external/tensorflow/tensorflow/core/graph/ |
graph_constructor_test.cc | 73 ShapeRefiner* refiner = nullptr, 79 Status status = ImportGraphDef(opts, gdef_, &graph_, refiner, results); 97 ShapeRefiner* refiner = nullptr, 100 Status s = ImportGraphDef(opts, gdef_, &graph_, refiner, results); 1167 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); 1171 &refiner); 1184 opts, &refiner); 1207 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); 1213 ImportGraphDefOptions(), &refiner); 1233 opts, &refiner); [all...] |
graph_constructor.h | 87 // If this is non-empty, ImportGraphDef must be called with the shape refiner 90 // shape refiner? 165 // `refiner` can be null. It should be non-null if the caller 178 ShapeRefiner* refiner,
|
graph_constructor.cc | 120 const FunctionDefLibrary* library, Graph* g, ShapeRefiner* refiner, 129 GraphConstructor c(opts, node_defs, versions, library, g, refiner, 141 ShapeRefiner* refiner, 152 refiner_(refiner), [all...] |
/external/tensorflow/tensorflow/cc/framework/ |
scope.cc | 40 ShapeRefiner* refiner, bool disable_shape_inference) 44 refiner_(refiner), 52 const std::shared_ptr<ShapeRefiner>& refiner) 56 refiner_(refiner), 63 ShapeRefiner* refiner = local 65 return Scope(new Impl(graph, new Status, new Impl::NameMap, refiner, 71 ShapeRefiner* refiner = local 73 return Scope(new Impl(graph, new Status, new Impl::NameMap, refiner, 434 static Scope NewScope(Graph* graph, Status* status, ShapeRefiner* refiner) { 445 std::shared_ptr<ShapeRefiner>(refiner, [](ShapeRefiner*) {}))) [all...] |
scope_internal.h | 26 // graph, status, name_map, and refiner. 29 Scope NewInternalScope(Graph* graph, Status* status, ShapeRefiner* refiner); 44 const std::shared_ptr<ShapeRefiner>& refiner); 64 Impl(Graph* graph, Status* status, NameMap* name_map, ShapeRefiner* refiner,
|
/external/tensorflow/tensorflow/c/ |
python_api.cc | 53 graph->refiner.GetContext(&new_src.oper->node); 65 graph->refiner.GetContext(&dst.oper->node);
|
c_api_internal.h | 81 tensorflow::ShapeRefiner refiner GUARDED_BY(mu);
|
c_api.cc | 687 graph->refiner.GetContext(node); [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
ilbc.gypi | 76 'refiner.c', 145 'refiner.h',
|
get_sync_seq.c | 21 #include "refiner.h"
|
/external/tensorflow/tensorflow/contrib/coder/kernels/ |
range_coder_ops_test.cc | 338 ShapeRefiner refiner{g.versions().producer(), g.op_registry()}; 339 TF_ASSERT_OK(refiner.AddNode(encoded)); 340 TF_ASSERT_OK(refiner.AddNode(shape)); 341 TF_ASSERT_OK(refiner.AddNode(cdf)); 342 TF_ASSERT_OK(refiner.AddNode(decode)); 344 auto* context = refiner.GetContext(decode);
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
graph_properties.cc | 383 // shape refiner which creates new handles every time it processes an unknown 384 // shape/dimension, the symbolic shape refiner assigns a specific handle to each [all...] |
/external/tensorflow/tensorflow/core/common_runtime/ |
shape_refiner.cc | 65 Status InferShapesForFunctionSubNode(const Node* node, ShapeRefiner* refiner, 67 TF_RETURN_IF_ERROR(refiner->AddNode(node)); 68 InferenceContext* node_context = CHECK_NOTNULL(refiner->GetContext(node)); [all...] |
shape_refiner.h | 162 // The function library must outlive the shape refiner.
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
fold_constants_lib.cc | 251 // refiner does not include shape information of these Recv nodes. Therefore
|
/external/webrtc/webrtc/modules/audio_coding/ |
BUILD.gn | 393 "codecs/ilbc/refiner.c", 394 "codecs/ilbc/refiner.h",
|
/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/ |
jdom2-2.0.6.jar | |
/prebuilts/tools/common/m2/repository/org/jdom/jdom2/2.0.6/ |
jdom2-2.0.6.jar | |
/external/jline/src/src/test/resources/jline/example/ |
english.gz | |