OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsEffectiveScalar
(Results
1 - 11
of
11
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_graph_dumper.cc
249
.WithShape(m::Shape().
IsEffectiveScalar
())
252
.WithShape(m::Shape().
IsEffectiveScalar
()),
254
.WithShape(m::Shape().
IsEffectiveScalar
())))) {
[
all
...]
multi_output_fusion.cc
138
ShapeUtil::
IsEffectiveScalar
(instr->shape())) {
instruction_fusion.cc
188
ShapeUtil::
IsEffectiveScalar
(operand->shape())) {
while_loop_analysis.cc
171
if (!ShapeUtil::
IsEffectiveScalar
(l.shape())) {
pattern_matcher.h
75
// - IsScalar/
IsEffectiveScalar
/IsArray/IsTuple
816
if (!ShapeUtil::
IsEffectiveScalar
(*shape)) {
[
all
...]
algebraic_simplifier.cc
88
m::Shape().
IsEffectiveScalar
())))) {
[
all
...]
pattern_matcher_test.cc
600
EXPECT_DESC_AND_EXPLANATION(shape, m::Shape().
IsEffectiveScalar
(),
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
instruction_fusion.cc
246
return ShapeUtil::
IsEffectiveScalar
(producer->shape()) &&
ir_emitter_unnested.cc
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/
shape_util.h
314
static bool
IsEffectiveScalar
(const Shape& shape) {
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.cc
[
all
...]
Completed in 626 milliseconds